home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / st_plugins / catalogs / wipedir.cd < prev   
Text File  |  1999-11-29  |  565b  |  28 lines

  1. #language english
  2. #version 0
  3. ; Translation-File for PlugIn-Module WipeDir
  4. ;
  5. DESCRIPTION (1//)
  6. Deletes all files and directories in the selected directory. \
  7. Optionally it asks for confirmation.
  8. ;
  9. PARAMETER (//)
  10. DIRECTORY/A - directory to be wiped\n\
  11. CONFIRM/S   - ask the user for confirmation\n\
  12. PROTECTED/S - also delete protected files
  13. ;
  14. WIPE_QUESTION (//)
  15. Do you really want to delete the contents of %s ?
  16. ;
  17. WIPE_ANSWER (//)
  18. Yes|No
  19. ;
  20. IF_DIRECTORY (//)
  21. Directory to be wiped
  22. ;
  23. IF_CONFIRMATION (//)
  24. Ask for confirmation
  25. ;
  26. IF_PROTECTED (//)
  27. Delete protected files
  28.